Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NUniqueSet<T> Class / hnr Method


In This Topic
    hnr Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function hnr( _
       ByVal Inr As T, _
       ByRef jnr As T _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NUniqueSet(Of T)
    Dim Inr As T
    Dim jnr As T
    Dim value As System.Boolean
     
    value = instance.hnr(Inr, jnr)
    internal System.bool hnr( 
       T Inr,
       out T jnr
    )

    Parameters

    Inr
    jnr
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also